getAsString
Type
handler
Summary
Get any value as string
Syntax
getAsString(<pValue>)
Description
Try to get any value as a string. if can not convert the value then the empty string is returned.
note
This handler is for internal use.
Parameters
Name | Type | Description |
---|---|---|
pValue | Value to be converted to string. |
Value
Name | Type | Description |
---|---|---|
return | A string as result of the conversion, the empty string if the conversion fails. |